home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / comm / nt16310.zip / FAQ < prev    next >
Text File  |  1996-04-16  |  10KB  |  224 lines

  1. 1.  Will NetTerm work with netcom?
  2.  
  3.     The basic telnet client of NetTerm will work with the netcom TCP/IP
  4.     software, but not the zmodem or FTP server.  We are currently working
  5.     on ways to resolve this.  NetTerm will however work completely if you
  6.     use a winsock such as Trumpet instead of the normal netcom software.
  7.     We have included a script file, netcom.txt, which can be used with
  8.     Trumpet to access netcom.  Based upon our tests with netcom, the
  9.     purchase of Trumpet WinSock is a very wise investment and will make
  10.     your WWW surfing much faster and enjoyable.  You should also take a
  11.     look at http://www.ix.netcom.com/faq/pc for additional information.
  12.  
  13. 2.  Will the FTP Server work with BBS's that support this feature?
  14.  
  15.     Yes, we have tried it with bbs.execpc.com and got excellent results.
  16.  
  17. 3.  Will the NetTerm zmodem file transfer work with my BBS over the
  18.     Internet?
  19.  
  20.     The hard facts are, some BBS's support the zmodem protocol fully and
  21.     some do not.  Also, it appears that some BBS's treat Internet based
  22.     zmodem requests as the lowest of low on the priorty list of things
  23.     to get done.  So much so, we have observed file transfers at 100
  24.     bytes per second!  Others can transfer files at the speed of your
  25.     logon modem baud rate.  Transfer speeds will also vary with the
  26.     number of logged in users.  It's worth the time to give it a try
  27.     if you have Internet access and normally dial long distance to your
  28.     BBS.  It could save you a lot of money if your BBS supports it.
  29.  
  30. 4.  Will NetTerm work with the Netscape WWW client?
  31.  
  32.     Yes, just define NetTerm to Netscape by using Netscape's Options,
  33.     Preferences menu.  Select the "Applications and Directories" tab.
  34.     On the line "Telnet Application", use the browse button to locate
  35.     NetTerm and you ready to telnet directly from Netscape.
  36.  
  37. 5.  How do I adjust the size of the NetTerm window?
  38.  
  39.     The size of the main window depends upon three values, the number
  40.     of rows, the number of columns and most important, the size of
  41.     the font.  In most cases, the rows and columns remain fixed at
  42.     24x80 so the font size is really what determines the overall size
  43.     of the screen.  If you have a need to just monitor a site, chose
  44.     a small font size from the font dialog box.  If you have a large
  45.     monitor, and want a really big display then just double an existing
  46.     value displayed in the font dialog box.  For example, if you are
  47.     using the font isi_oem and you see the value 10 displayed in the
  48.     font dialog box, type in 20 and you will get a large window size.
  49.  
  50. 6.  How do I get the correct international characters for my country?
  51.  
  52.     NetTerm has the ability to map both the keyboard and video with
  53.     the use of country tables.  The country table can be defined by
  54.     host, using the 'Mapping' push button within the phone directory.
  55.     A country table must be created by copying the country.ini file
  56.     to another file prefixed with the desired country name, such as
  57.     norway.ini.  Then define this mapping file to one of your hosts
  58.     and use the Options-Setup-International menu to map both the
  59.     video and keyboard sections.  The example file norway.ini contains
  60.     the following mappings:
  61.  
  62.          Video            KeyBoard Normal  KeyBoard Shifted
  63.          0x7b --> 0xe6     0x1a --> 0x7d    0x1a --> 0x5d
  64.          0x7c --> 0xf8     0x27 --> 0x7c    0x27 --> 0x5c
  65.          0x7d --> 0xe5     0x28 --> 0x7b    0x28 --> 0x5b
  66.          0x5b --> 0xc6
  67.          0x5c --> 0xd8     Note that the keyboard mapping uses
  68.          0x5d --> 0xc5     the unique Windows key scan code.
  69.  
  70.     The Options-Setup-International menu also has a global flag that
  71.     will enable/disable mapping for all hosts.
  72.  
  73.     InterSoft will accept unique country files and will include them
  74.     in the normal distribution of NetTerm.  Once you have tested out
  75.     your country file, email to the address shown in the About box.
  76.  
  77. 7.  How can I print files that contain binary HP escape sequences?
  78.  
  79.     The program netsend.c should be uploaded to your host and compiled.
  80.     This program is designed to handle files with binary HP printer
  81.     control sequences and extremely long lines which would normally
  82.     not work correctly with the standard netprint script file.
  83.  
  84. 8.  For the Unix WordPerfect users, from one of our clients:
  85.  
  86.     A hint:  If any other Netterm users inquire about using
  87.     your telnet with WP5.2+ for Unix, ensure they use
  88.     386CONS as the value for the environment variable
  89.     WPTERM52 when using KEYS-WORDPERFECT.  Even though they
  90.     are actually using vt100 emulation, this will ensure the
  91.     system anticipates the correct codes.
  92.  
  93. 9.  I can't get NetTerm to save my phone book entries.
  94.  
  95.     This is normally happens when you unzip and install NetTerm
  96.     in the same directory.  You must unzip the NetTerm distribution
  97.     in a temporary directory, then install into it's permanent
  98.     directory.
  99.  
  100. 10. Can I use the SmartButtons to select a menu item such as
  101.     Print Screen?  Yes, if you place ~99999 in the Transmitted
  102.     Key Data field (where 99999 is one of the menu item codes)
  103.     NetTerm will select that menu item.
  104.     Refer to the following table for value menu item codes.
  105.  
  106. // NetTerm Menu Items
  107. // File Menu
  108. #define IDM_CONNECT                   10000
  109. #define IDM_DISCONNECT                10001
  110. #define IDM_PHONE                     10002
  111. #define IDM_BBSLIST                   10003
  112. #define IDM_SEPARTOR_10004            10004
  113. #define IDM_PRINT                     10005
  114. #define IDM_SETUP                     10006
  115. #define IDM_SPRINT                    10007
  116. #define IDM_SEPARTOR_10008            10008
  117. #define IDM_LOGPRINT                  10009
  118. #define IDM_LOGFILE                   10010
  119. #define IDM_EJECTP                    10011
  120. #define IDM_SEPARTOR_10012            10012
  121. #define IDM_TPON                      10013
  122. #define IDM_TPOFF                     10014
  123. #define IDM_SEPARTOR_10015            10015
  124. #define IDM_EXIT                      10016
  125.  
  126. // Edit Menu
  127. #define IDM_SCB                       11001
  128. #define IDM_RCB                       11002
  129. #define IDM_SEPARTOR_11003            11003
  130. #define IDM_RESET                     11004
  131. #define IDM_ERESET                    11005
  132. #define IDM_SBREAK                    11006
  133. #define IDM_LBREAK                    11007
  134. #define IDM_AP                        11008
  135. #define IDM_SEPARTOR_11009            11009
  136. #define IDM_SAVESCREEN                11010
  137. #define IDM_CLEAR                     11011
  138. #define IDM_CLEARS                    11012
  139. #define IDM_SAVEAS                    11013
  140. #define IDM_SEPARTOR_11014            11014
  141. #define IDM_PASTEIPA                  11015
  142. #define IDM_PASTEIP                   11016
  143.  
  144. // Options Menu
  145. // Setup Main
  146. #define IDM_FONT                      12000
  147. #define IDM_SETTINGS                  12001
  148. #define IDM_ANSIC                     12002
  149. #define IDM_KB1                       12003
  150. #define IDM_DESKTOP                   12004
  151. #define IDM_DBBAR                     12005
  152. #define IDM_PIN                       12006
  153. #define IDM_SEPARTOR_12007            12007
  154. // International Video/Keyboard
  155. #define IDM_SS                        12300
  156. #define IDM_AM                        12301
  157. #define IDM_VM                        12302
  158. #define IDM_KM                        12303
  159.  
  160. // Options Tools
  161. #define IDM_FINGER                    12400
  162. #define IDM_RESOLVE                   12401
  163. #define IDM_MYIP                      12402
  164. #define IDM_FTPD                      12403
  165. #define IDM_PRINTER                   12404
  166. // Options Trace
  167. #define IDM_TRACE1                    12501
  168. #define IDM_TRACE2                    12502
  169.  
  170. // Send Menu
  171. #define IDM_SASCII                    906
  172. #define IDM_SKERMIT                   905
  173. #define IDM_SZMODEM                   900
  174.  
  175. // Receive Menu
  176. #define IDM_RASCII                    916
  177. #define IDM_RKERMIT                   915
  178. #define IDM_RZMODEM                   917
  179.  
  180. // Window Menu
  181. #define IDM_NEWWINDOW